|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
IkePolicy handles and manipulates IKE policies. More...
Public Member Functions | |
| void | setPriorityNum (int) |
| Sets the priority value. More... | |
| int | getPriorityNum () |
| Returns the priority value. More... | |
| int | getEncryKeyBits () |
| Returns the number of bits in the encryption key. More... | |
| void | setLifetime (int) |
| Sets the lifetime for the IKE policy. More... | |
| int | getLifetime () |
| Returns the lifetime value for the IKE policy. More... | |
IkePolicy handles and manipulates IKE policies.
| int IkePolicy::getEncryKeyBits | ( | ) |
Returns the number of bits in the encryption key.
| int IkePolicy::getLifetime | ( | ) |
Returns the lifetime value for the IKE policy.
| int IkePolicy::getPriorityNum | ( | ) |
Returns the priority value.
| void IkePolicy::setLifetime | ( | int | ) |
Sets the lifetime for the IKE policy.
| lifetime,the | lifetime value. |
| void IkePolicy::setPriorityNum | ( | int | ) |
Sets the priority value.
| number,the | priority value. |